Welcome![Sign In][Sign Up]
Location:
Search - magic number

Search list

[Mathimatics-Numerical algorithms8_12_1

Description: 魔陣的又一個實例。 你輸入一個素數,之後將會在相同的目錄下面 生成一個.txt文件,裏面有一個n*n的魔陣-Demon RUF also an example. You enter a prime number, followed in the same directory generated a below. Txt file, which has a n * n matrix of the magic
Platform: | Size: 28363 | Author: 王者 | Hits:

[Other resource改进遗传算法-郭涛算法做最优化问题很管用

Description: 改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是 先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个 数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较, 如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的 也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。 程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看 那位大侠能改进一下,产生比这跟好的数。-improved genetic algorithm - Guo Tao done optimization algorithm is very effective, and the algorithm is the first basic idea arbitrary n generated random number and then the number li n m randomly selected number, and this number m of a new synthesis of the new middle with n number fitness function of the worst by comparison, if a good case to replace the worst, um, if it even than the best, then ruled the best have replaced. If worse than the worst, a de novo synthesis of new. Followed by the cycle continues. The magic of procedures is GA_crossover () function, the new really good to see heroes who can be improved upon, it generated more than a few with a good.
Platform: | Size: 2788 | Author: 龚文引 | Hits:

[Other resourceJava_ds_src

Description: Java课程设计 耿祥义编著 清华大学出版社 ISBN:7-302-07915-3 广工图书馆编号:TP3125A/G47 http://www.tupwq.net 1.记忆测试系统 2.计算器 3.Hannoi塔 4.JPEG图像生成器 5.标准化考试系统(单机版) 6.标准化考试系统(C/S网络版) 7.标准化考试系统(B/S版) 8.日历记事本 9.学籍管理系统 10.图书查询系统(B/S网络版) 11.中国象棋打谱系统 12.魔板游戏 13.挖雷游戏 14.网络聊天室(B/S模式) 15.局域网广播系统-Java curriculum design GENG compilation of Qinghua University Press ISBN 7-10-302-07915-3-Canton Public Library Number : TP3125A/G47 http://www.tupwq.net 1. Memory Test System 2. Calculator 3.Hannoi tower 4.JPEG Image Generator 5. standardized test system (stand-alone version) 6. standardized Testing System (C / S network version) 7. standardized Testing System (B / S version) 8. Calendar Notepad 9. Information Management 10. Book Search System ( B / S network version) 11. Chinese chess playing Spectrum System 12. magic 13 board games. mine dug 14 games. network Chat Room (B / S) 15. LAN Broadcasting System
Platform: | Size: 80862 | Author: diva8 | Hits:

[Windows DevelopQQiPPro

Description:  《混乱竞技场》一个免费多人连线游戏,游戏支持多个连线玩家在同一个场景中杀怪,练级以及PK,游戏中设定了一个4000*4000大小的场景和一共43种拥有不同技能的怪物,有大量怪物聚居的地域供玩家练级,也有强大的怪物供玩家组队挑战,如高地战神、黑龙、巫妖等,怪物分为4种类型,分别是魔法型、战士型、力量射手型、魔法射手型,各有不同的特长,能力基本平衡,玩家可根据爱好选择游戏角色,游戏做过很充足的测试,在平衡性方面做了很多努力,有很强的可玩性,加上华丽的魔法效果,动感的音乐和动作,方便高效的设置和连线功能,是一款值得试玩的游戏。 -"confusion arena," a free people line games, the game supports multiple connections with the players in a scene militia, for itself and PK, the game set a 4000 * 4000 and the size of the scenes have a total of 43 different skills monster. a large number of monster populated area for players for itself, but also a strong team player for a monster challenge, such as the upland God of War, Heilonggang. Wu Yao, a monster is divided into four types, namely the magic type, the soldiers type, strength-shooter, shooter-type magic, have different skills, and abilities of balance, players can choose game-loving roles, games done very well in testing, the balance have done a lot of hard work, a strong buzz, plus gorgeous magic effects, dynamic music and movements, to facilitate the establis
Platform: | Size: 229588 | Author: 李明 | Hits:

[Mathimatics-Numerical algorithmsC_3mfz

Description: C语言 打印“魔方阵”,所谓魔方阵是指这样的方阵 ,它的每一行,每一列和对角线之间和均相等。例如,三阶魔方阵为 8 1 6 3 5 7 4 9 2 要求打印出1~n的平方数的自然数的魔方阵。-C language Print "demons Matrix" and the so-called magic matrix is the matrix, which each row, Each series and between diagonal and are equal. For example, third-order magic Lineup for 8 1 6 3 5 7 4 9 2 print out a request ~ to the square of the number n the number of natural magic matrices.
Platform: | Size: 942 | Author: WJ | Hits:

[Other resourcematlabmatrix

Description: 1) Write a function reverse(A) which takes a matrix A of arbitrary dimensions as input and returns a matrix B consisting of the columns of A in reverse order. Thus for example, if A = 1 2 3 then B = 3 2 1 4 5 6 6 5 4 7 8 9 9 8 7 Write a main program to call reverse(A) for the matrix A = magic(5). Print to the screen both A and reverse(A). 2) Write a program which accepts an input k from the keyboard, and which prints out the smallest fibonacci number that is at least as large as k. The program should also print out its position in the fibonacci sequence. Here is a sample of input and output: Enter k>0: 100 144 is the smallest fibonacci number greater than or equal to 100. It is the 12th fibonacci number.
Platform: | Size: 920 | Author: wangshujuan | Hits:

[Other resource九宫图算法实现(过程表示法)

Description: 这题奇数是有数学方法的,可以构造出解。描述起来比较麻烦。 出一解的构造法: 首先在整个矩阵的最下面一行的中央置1, 然后向右下方向顺序填上2,3,4,5,6,7,…… 注意碰到底的时候就将数翻到上面去,碰到右边的时候就翻到左面去 比如5*5的幻方,如果1填在(5,3)处,2就应该填在(1,4)处,4就应该填在(3,1)处…… 另外,当原数的下方已经有数时,要将要填入的数填到原数正上方 仍举5*5幻方的例子,当5已填好(4,2)时,其右下方为1,不能把6填在那里,而应填在(3,2)处,即5的上方。 最后,一个特殊的点,右下角,这时也应当将新数填在右下角的上方。-odd that this a mathematical method of solution can be constructed. Description relatively trouble. From a structural solution to the law : First, the entire matrix of the bottom of his home a central, then under the direction of the right order to fill 2,3,4,5,6,7 ... to the end of the encounter will be a few turns to above, where the right time to turn left on to For example, the 5 * 5 magic squares, fill in if a (5,3), the two should fill in (1,4), four should be filled in (3,1) Department ... Also, when the original number at the bottom of several that should be filled to fill several the original number is still above 5 5 * For Magic Squares example, when the five have completed (4,2), for its lower right one, we could not fill the six there, but should fill in (3,2), which is 5 ab
Platform: | Size: 2985 | Author: 海克 | Hits:

[Mathimatics-Numerical algorithms8_12_1

Description: 魔陣的又一個實例。 你輸入一個素數,之後將會在相同的目錄下面 生成一個.txt文件,裏面有一個n*n的魔陣-Demon RUF also an example. You enter a prime number, followed in the same directory generated a below. Txt file, which has a n* n matrix of the magic
Platform: | Size: 1902592 | Author: 王者 | Hits:

[Other Games九宫图算法实现(过程表示法)

Description: 这题奇数是有数学方法的,可以构造出解。描述起来比较麻烦。 出一解的构造法: 首先在整个矩阵的最下面一行的中央置1, 然后向右下方向顺序填上2,3,4,5,6,7,…… 注意碰到底的时候就将数翻到上面去,碰到右边的时候就翻到左面去 比如5*5的幻方,如果1填在(5,3)处,2就应该填在(1,4)处,4就应该填在(3,1)处…… 另外,当原数的下方已经有数时,要将要填入的数填到原数正上方 仍举5*5幻方的例子,当5已填好(4,2)时,其右下方为1,不能把6填在那里,而应填在(3,2)处,即5的上方。 最后,一个特殊的点,右下角,这时也应当将新数填在右下角的上方。-odd that this a mathematical method of solution can be constructed. Description relatively trouble. From a structural solution to the law : First, the entire matrix of the bottom of his home a central, then under the direction of the right order to fill 2,3,4,5,6,7 ... to the end of the encounter will be a few turns to above, where the right time to turn left on to For example, the 5* 5 magic squares, fill in if a (5,3), the two should fill in (1,4), four should be filled in (3,1) Department ... Also, when the original number at the bottom of several that should be filled to fill several the original number is still above 5 5* For Magic Squares example, when the five have completed (4,2), for its lower right one, we could not fill the six there, but should fill in (3,2), which is 5 ab
Platform: | Size: 3072 | Author: 海克 | Hits:

[JSPJava_ds_src

Description: Java课程设计 耿祥义编著 清华大学出版社 ISBN:7-302-07915-3 广工图书馆编号:TP3125A/G47 http://www.tupwq.net 1.记忆测试系统 2.计算器 3.Hannoi塔 4.JPEG图像生成器 5.标准化考试系统(单机版) 6.标准化考试系统(C/S网络版) 7.标准化考试系统(B/S版) 8.日历记事本 9.学籍管理系统 10.图书查询系统(B/S网络版) 11.中国象棋打谱系统 12.魔板游戏 13.挖雷游戏 14.网络聊天室(B/S模式) 15.局域网广播系统-Java curriculum design GENG compilation of Qinghua University Press ISBN 7-10-302-07915-3-Canton Public Library Number : TP3125A/G47 http://www.tupwq.net 1. Memory Test System 2. Calculator 3.Hannoi tower 4.JPEG Image Generator 5. standardized test system (stand-alone version) 6. standardized Testing System (C/S network version) 7. standardized Testing System (B/S version) 8. Calendar Notepad 9. Information Management 10. Book Search System ( B/S network version) 11. Chinese chess playing Spectrum System 12. magic 13 board games. mine dug 14 games. network Chat Room (B/S) 15. LAN Broadcasting System
Platform: | Size: 80896 | Author: diva8 | Hits:

[Windows DevelopQQiPPro

Description:  《混乱竞技场》一个免费多人连线游戏,游戏支持多个连线玩家在同一个场景中杀怪,练级以及PK,游戏中设定了一个4000*4000大小的场景和一共43种拥有不同技能的怪物,有大量怪物聚居的地域供玩家练级,也有强大的怪物供玩家组队挑战,如高地战神、黑龙、巫妖等,怪物分为4种类型,分别是魔法型、战士型、力量射手型、魔法射手型,各有不同的特长,能力基本平衡,玩家可根据爱好选择游戏角色,游戏做过很充足的测试,在平衡性方面做了很多努力,有很强的可玩性,加上华丽的魔法效果,动感的音乐和动作,方便高效的设置和连线功能,是一款值得试玩的游戏。 -"confusion arena," a free people line games, the game supports multiple connections with the players in a scene militia, for itself and PK, the game set a 4000* 4000 and the size of the scenes have a total of 43 different skills monster. a large number of monster populated area for players for itself, but also a strong team player for a monster challenge, such as the upland God of War, Heilonggang. Wu Yao, a monster is divided into four types, namely the magic type, the soldiers type, strength-shooter, shooter-type magic, have different skills, and abilities of balance, players can choose game-loving roles, games done very well in testing, the balance have done a lot of hard work, a strong buzz, plus gorgeous magic effects, dynamic music and movements, to facilitate the establis
Platform: | Size: 229376 | Author: 李明 | Hits:

[Mathimatics-Numerical algorithmsC_3mfz

Description: C语言 打印“魔方阵”,所谓魔方阵是指这样的方阵 ,它的每一行,每一列和对角线之间和均相等。例如,三阶魔方阵为 8 1 6 3 5 7 4 9 2 要求打印出1~n的平方数的自然数的魔方阵。-C language Print "demons Matrix" and the so-called magic matrix is the matrix, which each row, Each series and between diagonal and are equal. For example, third-order magic Lineup for 8 1 6 3 5 7 4 9 2 print out a request ~ to the square of the number n the number of natural magic matrices.
Platform: | Size: 1024 | Author: WJ | Hits:

[Other Gameswarrior_load_source

Description: game.exe - 游戏可执行程序 mcl_edit.exe - 角色编辑器 mil_edit.exe - 物品编辑器 mls_edit.exe - 脚本编辑器 msl_edit.exe - 法术编辑器 游戏玩法: 使用 "W A D"或者"↑ ← →"进行移动,鼠标左键进行攻击或交谈,鼠标右键弹出状态菜单。 点击鼠标左键的同时按住数字键将施放法术攻击,鼠标左键必须点击要施法的目标。 1 - 火球术 2 - 冰锥术 3 - 自我治疗 4 - 传送回城镇 5 - 飞弹术-game.exe- game executable program mcl_edit.exe- the role of editor mil_edit.exe- Articles Editor mls_edit.exe- Script Editor msl_edit.exe- magic editor gameplay: Use the WAD or ↑ ← → mobile, the left mouse button to attack or talk to the state of the right mouse button pop-up menu. Click the left mouse button while holding down the number keys will be used magic attacks, have to click the left mouse button to magic goal. 1- Fireball surgery 2- ice technique 3- self-treatment of 4- to send back to cities and towns 5- missile surgery
Platform: | Size: 4256768 | Author: 邹长昌 | Hits:

[Othermagic_square

Description: 是一個輸入數字便可呈現魔術方陣的程式 能夠使對角線,行,列和皆相等 不過限制條件 輸入的方陣大小必須為奇數和偶數的完全平方數-Is a digital input can be a magic square program enables diagonal, rows, columns and constraints are the same but the size of input matrix must be odd and even number of complete squares
Platform: | Size: 105472 | Author: paula li | Hits:

[Algorithmmagic_square

Description: 屬用者輸入一數字n,程式便會產生一個4n*4n的魔術方陣,魔術方陣除顯示於螢幕上並會產生一檔案magic.txt檔案中同樣會有魔術方陣-One input is the number of users n, the program will generate a 4n* 4n the magic square, magic square in addition to display on the screen and will have a one archive file magic.txt the same magic square
Platform: | Size: 1024 | Author: 龍揮游 | Hits:

[Linux-Unixchklabel

Description: Checks a disk label, returns 0 for success, 1 for failure. If the magic number is right but the checksum is wrong, prints Corrupt label error message, otherwise is silent. -Checks a disk label, returns 0 for success, 1 for failure. If the magic number is right but the checksum is wrong, prints Corrupt label error message, otherwise is silent.
Platform: | Size: 2048 | Author: lunrunmo | Hits:

[Multimedia programmofangzhen

Description: 输入一个数字n,从而实现从1到n*n之间的数字组成的n阶魔方阵输出-nput a digital n, thus realize 1 to n* n between composed of n order magic number phalanx output
Platform: | Size: 2048 | Author: zhuia299517 | Hits:

[Othermagic

Description: 输入一个自然数N(1&le N&le 9),要求输出如下的魔方阵,即边长为2*N-1,N在中心出现一次,其余位置上的数字从外向中心逐渐增大。 N 3时: 11111 12221 12321 12221 11111 N 4时: 1111111 1222221 1233321 1234321 1233321 1222221 - Enter a natural number N (1≤ N≤ 9), magic square output follows the requirements, namely the length of 2*N-1, N first appeared in the center, the rest position number increases gradually the center outward.
Platform: | Size: 5120 | Author: 郭成 | Hits:

[ComboBoxdigutal

Description: 魔术数字程序 Magic digital program-Magic number program Magic digital program
Platform: | Size: 8192 | Author: IIGK+309 | Hits:

[Othermt4R

Description: 你将EA附加到任何你想要的1H图表。 如果你要交易的一篮子(即美元兑加元、欧元兑美元、英镑兑美元)你要把EA只有其中的3对。 从arbomat(TF arbomat可以是任何你想要的)你读3的值(即80,100,20),你必须输入这些值为3对窗口值设置为篮子和目标神奇的数字(如果你愿意)。这就是全部. 你可以同时管理不同的篮子,但记住每个篮子必须有一个不同的魔术号码… - Sym(you attach the EA to any 1h chart you want. If you are going to trade a basket (i.e. USDCAD, EURUSD, GBPUSD) you have to attach the EA to only one of these 3 pairs. From arbomat (TF of arbomat can be whatever you want) you read 3 values (i.e. 80, -100, -20) and you have to input these values into the 3 pairs window value, set the magic number for the basket and a target (if you wish). That's all. You can manage different baskets simultaneously, but remember each basket must have a different magic number.. -Sym)
Platform: | Size: 4096 | Author: 春天的石头 | Hits:
« 1 2 3 45 6 7 8 »

CodeBus www.codebus.net